home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TX509NAMEATTRSELFORM / TX509NAMEATTRSELFORM.txt
Text File  |  2004-10-12  |  2KB  |  108 lines

  1. object X509NameAttrSelForm: TX509NameAttrSelForm
  2.   Left = 192
  3.   Top = 103
  4.   HelpContext = 14502
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select X.509 Name Attributes'
  8.   ClientHeight = 341
  9.   ClientWidth = 296
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 270
  12.   Constraints.MinWidth = 270
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   DesignSize = (
  22.     296
  23.     341)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lValue: TLabel
  27.     Left = 18
  28.     Top = 256
  29.     Width = 27
  30.     Height = 13
  31.     Anchors = [akLeft, akBottom]
  32.     Caption = 'Value'
  33.   end
  34.   object bOK: TButton
  35.     Left = 18
  36.     Top = 304
  37.     Width = 80
  38.     Height = 25
  39.     Anchors = [akRight, akBottom]
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object bCancel: TButton
  46.     Left = 106
  47.     Top = 304
  48.     Width = 80
  49.     Height = 25
  50.     Anchors = [akRight, akBottom]
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.   end
  56.   object lv: TListView
  57.     Left = 18
  58.     Top = 16
  59.     Width = 258
  60.     Height = 206
  61.     Anchors = [akLeft, akTop, akRight, akBottom]
  62.     Checkboxes = True
  63.     Columns = <
  64.       item
  65.         Caption = 'Item'
  66.         Width = 100
  67.       end
  68.       item
  69.         Caption = 'Value'
  70.         Width = 145
  71.       end>
  72.     ReadOnly = True
  73.     RowSelect = True
  74.     TabOrder = 2
  75.     ViewStyle = vsReport
  76.     OnSelectItem = lvSelectItem
  77.   end
  78.   object eValue: TRichEdit
  79.     Left = 18
  80.     Top = 270
  81.     Width = 258
  82.     Height = 23
  83.     Anchors = [akLeft, akRight, akBottom]
  84.     PlainText = True
  85.     TabOrder = 3
  86.     OnChange = eValueChange
  87.   end
  88.   object bNew: TButton
  89.     Left = 181
  90.     Top = 230
  91.     Width = 96
  92.     Height = 25
  93.     Anchors = [akRight, akBottom]
  94.     Caption = 'New'
  95.     TabOrder = 4
  96.     OnClick = bNewClick
  97.   end
  98.   object bHelp: TButton
  99.     Left = 194
  100.     Top = 304
  101.     Width = 80
  102.     Height = 25
  103.     Caption = 'Help'
  104.     TabOrder = 5
  105.     OnClick = bHelpClick
  106.   end
  107. end
  108.